Rev 1031 | Rev 1657 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1031 | Rev 1035 | ||
|---|---|---|---|
| Line 478... | Line 478... | ||
| 478 | /* Other functions */ |
478 | /* Other functions */ |
| 479 | 479 | ||
| 480 | float __powisf2(float a, int b) |
480 | float __powisf2(float a, int b) |
| 481 | { |
481 | { |
| 482 | /* TODO: */ |
482 | /* TODO: */ |
| - | 483 | float32 fa; |
|
| - | 484 | fa.binary = FLOAT32_NAN; |
|
| - | 485 | return fa.f; |
|
| 483 | } |
486 | } |
| 484 | 487 | ||