sqrt.c\powerpc64\math\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/math/powerpc64/sqrt.c
blob: 13bb98d91cf204caefe08a36455527c8edb04df5 (plain) (blame)
1
2
3
4
5
6
7
#include <math.h>
double sqrt(double x)
{
	__asm__ ("fsqrt %0, %1" : "=d"(x) : "d"(x));
	return x;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月03日 05:00:49 +0000

AltStyle によって変換されたページ (->オリジナル) /