mirror of
https://gitlab.com/sheaf/metabrush.git
synced 2024-11-05 14:53:37 +00:00
don't use avx512 in rounded-hw
This commit is contained in:
parent
684550a795
commit
ba07fce595
|
@ -2,7 +2,7 @@ packages: .
|
|||
|
||||
constraints:
|
||||
acts -finitary,
|
||||
rounded-hw -pure-hs -c99 +avx512 +ghc-prim -x87-long-double
|
||||
rounded-hw -pure-hs -c99 -avx512 +ghc-prim -x87-long-double
|
||||
|
||||
|
||||
-- Fix a severe bug in Waargonaut (no corresponding Hackage release???)
|
||||
|
|
Loading…
Reference in a new issue