google / highway

Performance-portable, length-agnostic SIMD with runtime dispatch
Apache License 2.0
3.96k stars 307 forks source link

Debian i386/x32 fails to build arithmetic_test.cc #2208

Closed malaterre closed 1 month ago

malaterre commented 1 month ago

Some systems with limited amount of memory fails to compile the arithmetic_test.cc code. Typical error is: cc1plus: out of memory allocating 2708160 bytes after a total of 288514048 bytes

Would it be possible to split this test into multiple TUs ?

ref:

jan-wassenberg commented 1 month ago

Certainly, fix coming up :)