Re: Fastcode UpperCase B&V 3.0
- From: "Dennis" <marianndkc@xxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 19:48:51 +0200
Hi
I had to cut the test down a little to be able to finish it today.
I remove the SSE3 function from the test by changing
FunctionSelectionRadioGroup.Items.Count-1 to
FunctionSelectionRadioGroup.Items.Count-2.
procedure TMainForm.Button2Click(Sender: TObject);
var
I1, I2, J : Integer;
begin
Button2.Caption := 'Running';
Update;
for J := 1 to 3 do
begin
for I1 := 10 to FunctionSelectionRadioGroup.Items.Count-1 do
begin
FunctionSelectionRadioGroup.ItemIndex := I1;
BenchmarkButtonClick(nil);
Update;
end;
for I2 := FunctionSelectionRadioGroup.Items.Count-1 downto 10 do
begin
FunctionSelectionRadioGroup.ItemIndex := I2;
BenchmarkButtonClick(nil);
Update;
end;
end;
Button2.Caption := 'Done';
end;
Regards
Dennis
.
- Follow-Ups:
- Re: Fastcode UpperCase B&V 3.0
- From: Dennis
- Re: Fastcode UpperCase B&V 3.0
- References:
- Fastcode UpperCase B&V 3.0
- From: Dennis
- Re: Fastcode UpperCase B&V 3.0
- From: Dennis
- Fastcode UpperCase B&V 3.0
- Prev by Date: Re: Fastcode MM B&V 0.41
- Next by Date: Re: filling big array of double
- Previous by thread: Re: Fastcode UpperCase B&V 3.0
- Next by thread: Re: Fastcode UpperCase B&V 3.0
- Index(es):