And no optimization for apple, too.

It also doesn't compile, because who knows BS with how apple handles
aes, and I hate this cn turtle code.
This commit is contained in:
Jason Rhinelander 2021-10-15 20:57:18 -03:00
parent 290984257f
commit ce6050c3d9

View file

@ -191,7 +191,7 @@ extern int aesb_pseudo_round(const uint8_t *in, uint8_t *out, const uint8_t *exp
} while (0)
#if defined(__x86_64__) || defined(_M_X64)
#if (defined(__x86_64__) || defined(_M_X64)) && !defined(__APPLE__)
#include "cn_turtle_hash-amd64.inl"