restrict test to x86-64

This commit is contained in:
The 8472 2023-09-02 13:42:58 +02:00
parent 07a1d5f027
commit f93e125828

View File

@ -1,5 +1,6 @@
// ignore-debug: the debug assertions get in the way
// compile-flags: -O
// only-x86_64 (vectorization varies between architectures)
#![crate_type = "lib"]