https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242523
--- Comment #18 from Jan Beich <[email protected]> --- Comment on attachment 210548 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=210548 v2 > VSX_CFLAGS= -mcrypto -mvsx When every file is built with SIMD runtime detection is pointless. Essentially, you're disabling USE_PPC_CRYPTO code for binary package users. > + defined(__VSX__) && defined(__CRYPTO__) Can you check if this works with per-file SIMD flags? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
