Skip to content

Commit

Permalink
Merge pull request #3465 from alyssarosenzweig/icci/pa
Browse files Browse the repository at this point in the history
InstCountCI: enable preserve_all
  • Loading branch information
Sonicadvance1 authored Feb 28, 2024
2 parents 139367d + fcebad5 commit 2f9449c
Show file tree
Hide file tree
Showing 6 changed files with 5,746 additions and 24,518 deletions.
4 changes: 2 additions & 2 deletions Source/Tools/CodeSizeValidation/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,8 +551,8 @@ int main(int argc, char **argv, char **const envp) {
HostFeatureControl |= static_cast<uint64_t>(FEXCore::Config::HostFeatures::DISABLECRYPTO);
}

// Always disable preserve_all abi.
HostFeatureControl |= static_cast<uint64_t>(FEXCore::Config::HostFeatures::DISABLEPRESERVEALLABI);
// Always enable preserve_all abi.
HostFeatureControl |= static_cast<uint64_t>(FEXCore::Config::HostFeatures::ENABLEPRESERVEALLABI);

FEXCore::Config::EraseSet(FEXCore::Config::CONFIG_HOSTFEATURES, fextl::fmt::format("{}", HostFeatureControl));
FEXCore::Config::EraseSet(FEXCore::Config::CONFIG_FORCESVEWIDTH, fextl::fmt::format("{}", SVEWidth));
Expand Down
Loading

0 comments on commit 2f9449c

Please sign in to comment.