Merge branch 'main' into main

This commit is contained in:
CreateSource 2025-01-24 10:47:03 -05:00 committed by GitHub
commit 95c7c84479
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,4 @@
#include "PowerPC_EABI_Support/Msl/MSL_C/MSL_Common/math_ppc.h"
float acosf(float arg0) {
return (float) acos(arg0);
}