Skip to content

Commit 85db68e

Browse files
committed
Merge from Perforce 2024-03-27 15:32:17.884972
1 parent bbf020a commit 85db68e

17 files changed

Lines changed: 134 additions & 1358 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Steam Audio 4.5.2
1+
# Steam Audio 4.5.3
22

33
Valve Corporation
44

core/CMakeLists.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
cmake_minimum_required(VERSION 3.17)
1616

17-
project(Phonon VERSION 4.5.2)
17+
project(Phonon VERSION 4.5.3)
1818

1919
set(CMAKE_CXX_STANDARD 14)
2020
set(CMAKE_MODULE_PATH "${CMAKE_HOME_DIRECTORY}/build")
@@ -179,6 +179,9 @@ if (IPL_OS_LINUX)
179179
if (IPL_CPU_X86)
180180
add_compile_options(-m32 -mfpmath=sse -march=native)
181181
endif()
182+
if (STEAMAUDIO_ENABLE_AVX)
183+
add_compile_options(-fabi-version=6)
184+
endif()
182185
endif()
183186

184187
# macOS flags

0 commit comments

Comments
 (0)