Skip to content

Commit

Permalink
chore: disable STBI SIMD for now
Browse files Browse the repository at this point in the history
  • Loading branch information
painfulexistence committed Jan 9, 2025
1 parent 20582fd commit ee54196
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AtmosphericEngine/asset_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

#include "fmt/core.h"

// TODO: enable SIMD again after fixing build issues on Windows and Linux (ref: https://facebook.github.io/facebook360_dep/source/html/stb__image_8h_source.html)
#define STBI_NO_SIMD
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"

Expand Down

0 comments on commit ee54196

Please sign in to comment.