Commit: a5ec5fee8e8e9d527602e0a91f6062f13e7662df Author: Anatol Belski <a...@php.net> Tue, 6 Mar 2018 21:28:59 +0100 Parents: f38226a88200bcadf80ac1c9ec81320098a76fe5 Branches: master
Link: http://git.php.net/?p=web/windows.git;a=commitdiff;h=a5ec5fee8e8e9d527602e0a91f6062f13e7662df Log: Include AVX builds into the snaps listing, yet master only Changed paths: M script/generate_snap_page.php M templates/snaps.php Diff: diff --git a/script/generate_snap_page.php b/script/generate_snap_page.php index 103cefc..13c8191 100644 --- a/script/generate_snap_page.php +++ b/script/generate_snap_page.php @@ -11,6 +11,8 @@ $builds = array( 'ts-windows-vc15-x64', 'nts-windows-vc15-x86', 'ts-windows-vc15-x86' + 'nts-windows-vc15-x86-avx', + 'ts-windows-vc15-x86-avx' ), '7.2' => array( 'nts-windows-vc15-x64', diff --git a/templates/snaps.php b/templates/snaps.php index 4e9facf..dd80e37 100644 --- a/templates/snaps.php +++ b/templates/snaps.php @@ -8,6 +8,8 @@ $minor_order = array( 'ts-windows-vc15-x64', 'nts-windows-vc15-x86', 'ts-windows-vc15-x86' + 'nts-windows-vc15-x64-avx', + 'ts-windows-vc15-x64-avx', ), '7.2' => array( 'nts-windows-vc15-x64', @@ -50,6 +52,8 @@ $labels = array( 'ts-windows-vc15-x86' => 'VC15 x86 Thread Safe', 'nts-windows-vc15-x64' => 'VC15 x64 Non Thread Safe', 'ts-windows-vc15-x64' => 'VC15 x64 Thread Safe', + 'nts-windows-vc15-x64-avx' => 'VC15 x64 Non Thread Safe, Native AVX', + 'ts-windows-vc15-x64-avx' => 'VC15 x64 Thread Safe, Native AVX', ); include TPL_PATH . 'header.php'; -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php