mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 13:52:28 +00:00
Update tests and CPU detection for Blink
This commit is contained in:
parent
be3e109309
commit
006c44ff5d
24 changed files with 206 additions and 56 deletions
|
@ -137,7 +137,7 @@ static const struct {
|
|||
};
|
||||
|
||||
TEST(printf, longdouble) {
|
||||
if (IsGenuineCosmo() || IsGenuineBlink()) {
|
||||
if (IsGenuineBlink()) {
|
||||
return; // TODO(jart): long double precision in blink
|
||||
}
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue