blob: 1917e18d138686f2df8346e2a1fd03249b122b5b [file] [log] [blame]
.text
.global sqrt
.type sqrt,%function
sqrt:
fsqrt d0, d0
ret